From 76cbe9c3c495f05fff9c5c06e82e8396180e14c9 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 8 Apr 2005 20:17:25 +0000 Subject: [PATCH] Export a few symbols to be used by friends. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1131 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/magellan.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gpsbabel/magellan.h b/gpsbabel/magellan.h index f7a023b16..062742634 100644 --- a/gpsbabel/magellan.h +++ b/gpsbabel/magellan.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 Robert Lipe, robertlipe@usa.net + Copyright (C) 2002-2005 Robert Lipe, robertlipe@usa.net This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,5 +47,8 @@ typedef struct icon_mapping { const char * mag_find_descr_from_token(const char *token); const char * mag_find_token_from_descr(const char *icon); +unsigned int mag_checksum(const char *const buf); +char * m330_cleanse(char *istring); + waypoint * mag_trkparse(char *trkmsg); void mag_rteparse(char *rtemsg); -- 2.30.2